-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump clap from 3.2.25 to 4.4.12 and MSRV from 1.60.0 to 1.70.0 #34
Conversation
Codecov ReportAttention:
Additional details and impacted files
|
b9d8dd5
to
8c63144
Compare
.github/workflows/check.yml
Outdated
@@ -89,7 +89,7 @@ jobs: | |||
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability | |||
strategy: | |||
matrix: | |||
msrv: [1.57.0] | |||
msrv: [1.70.0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this large MSRV bump? That's pretty significant (and recent). Is it required by anything we depend on?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think many of the changes in this can now go away since the various CI fixes I've landed on As for the clap MSRV bump, that's unfortunate, but I guess we'll take it. After all, people can still install with an older MSRV, they just need an MSRV-aware resolve. |
I wanted to adjust the clap code slightly, so ended up committing this directly in 2c728b1 so we didn't need to go back and forth another time :) |
Released in 0.12.2 🎉 |
Move from clap@3 to clap@4 and set msrv to 1.70
This change is